ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / RSI<T> Class / Period Property

In This Topic
    Period Property (RSI<T>)
    In This Topic
    Gets or sets the period for the calculation as an integer value.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(14)>
    Public Property Period As Double
    [DefaultValue(14)]
    public double Period {get; set;}
    See Also